build: Bump minimum Meson version to 0.42.1
authorDebarshi Ray <debarshir@gnome.org>
Mon, 18 Sep 2017 16:04:34 +0000 (18:04 +0200)
committerDebarshi Ray <debarshir@gnome.org>
Mon, 18 Sep 2017 16:04:34 +0000 (18:04 +0200)
commitedaaefcb744f994cbe17e4b348898540b5c71da1
tree6023003f1e2312ecd06d2a8394422a99c30cd702
parent0b54b415ab5c1a1ae4537c1128e501306c5b9c41
build: Bump minimum Meson version to 0.42.1

Otherwise it fails to build with:

  FAILED: gtk/im-ipa@sha/imipa.c.o
  ...
  In file included from ../gtk/gtkintl.h:4:0,
                   from ../modules/input/imipa.c:28:
  /opt/include/glib-2.0/glib/gi18n-lib.h:27:2: error: #error You must
          define GETTEXT_PACKAGE before including gi18n-lib.h. Did you
          forget to include config.h?
   #error You must define GETTEXT_PACKAGE before
           including gi18n-lib.h.  Did you forget to include config.h?
    ^~~~~
  ../modules/input/imipa.c:144:3: error: ‘GETTEXT_PACKAGE’ undeclared
          here (not in a function)
     GETTEXT_PACKAGE,     /* Translation domain */
     ^~~~~~~~~~~~~~~
  ../modules/input/imipa.c:145:4: error: ‘GTK_LOCALEDIR’ undeclared
          here (not in a function)
      GTK_LOCALEDIR,     /* Dir for bindtextdomain (not strictly
              needed for "gtk+") */
      ^~~~~~~~~~~~~
meson.build